home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set towhere to marker("place names")
- set typesize to 15
- set rollline to ((the mouseV - the locV of sprite the clickOn) / typesize) + 1
- case rollline of
- 1:
- set towhere to "Annies Canyon"
- 2:
- set towhere to "Antelope Canyon"
- 3:
- set towhere to "Antelope Canyon"
- 4:
- set towhere to "Bowns Canyon"
- 5:
- set towhere to "Bullfrog Bay"
- 6:
- set towhere to "Bullfrog Bay"
- 7:
- set towhere to "Bullfrog Bay"
- 8:
- set towhere to "Castle Butte"
- 9:
- set towhere to "Castle Rock"
- 10:
- set towhere to "Cataract Canyon"
- 11:
- set towhere to "Cathedral Canyon"
- 12:
- set towhere to "Cathedral Canyon"
- 13:
- set towhere to "Clay Hills Crossing"
- 14:
- set towhere to "Clear Creek Canyon"
- 15:
- set towhere to "Crossing of the Fathers"
- 16:
- set towhere to "Dangling Rope Canyon"
- 17:
- set towhere to "Davis Gulch"
- 18:
- set towhere to "Dirty Devil River"
- 19:
- set towhere to "Dominguez Butte"
- 20:
- set towhere to "Driftwood Canyon"
- otherwise:
- exit
- end case
- clickbtnB(30, "tone", towhere)
- updateStage()
- end
-